home *** CD-ROM | disk | FTP | other *** search
/ El Mac 9 / El Mac 9.iso / Shareware / Applications / Charting Coach v1.5 / Charting Coach v1.dxr / 00032.ls < prev    next >
Encoding:
Text File  |  1996-04-08  |  355 b   |  17 lines

  1. on mouseUp
  2.   global currentCycleNo, cycleNo, userNo
  3.   if currentCycleNo <> getAt(cycleNo, userNo) then
  4.     set currentCycleNo to getAt(cycleNo, userNo)
  5.     readCycleInfo()
  6.   end if
  7.   if the doubleClick then
  8.     exit
  9.   end if
  10.   set the visible of sprite 7 to 1
  11.   puppetStatus(23, 48, 0)
  12.   go("setupShowDays")
  13.   showDays()
  14.   prepfrontpage()
  15.   cursor(0)
  16. end
  17.